home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Programming
/
Python-1.4
/
Source
/
Amiga
/
README
< prev
Wrap
Text File
|
1998-01-31
|
564b
|
12 lines
This drawer contains Amiga specific code and other stuff.
The mempool startup code (*mempools.o) must be used if you link with my
mempool library (mempools*.lib). The mempool library replaces the usual
memory allocation routines (malloc and such) with much more efficient
versions that use Amiga's memory pool allocation functions. Use
mempools39*.lib on a Kickstart 3.0+ machine, otherwise use mempools.lib
(which works on Kickstart 2.0 and above).
Also check out the lib/site-python directory, it contains `site-specific'
(=Amiga specific) python modules.